All Questions
2 questions
0votes
1answer
226views
different range of target values in neural network
I am working on a neural network regression code. The dataset includes 14 features in the range value between -1 and 1. while the target variable is changing among (0.000759) to (1100). The target ...
1vote
1answer
139views
Input shape - How to feed metadata to a ML model?
I have data such as metadata: hospital layout, number of rooms, number of patients in a day etc. and then I have data regarding the doctor’s check-ins. Which is more granular. How do I feed this data ...